Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLHelpers Class / GetExcelXFByCT_Dxf Method / GetExcelXFByCT_Dxf(CT_Dxf,ArrayList,CT_RgbColor[],Object,Boolean,Boolean) Method
CT_Dxf
theme colors get from Excel file
List of RgbColors those indexed in Excel file
Indicates the current product information
Indicates if the return XF support enhanced border or not


In This Topic
    GetExcelXFByCT_Dxf(CT_Dxf,ArrayList,CT_RgbColor[],Object,Boolean,Boolean) Method
    In This Topic
    Gets the excel XF by Ct_ DXF.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetExcelXFByCT_Dxf( _
       ByVal ctDxf As CT_Dxf, _
       ByVal themeColors As ArrayList, _
       ByVal indexedRgbColors() As CT_RgbColor, _
       ByVal product As Object, _
       ByVal isEnhancedBorder As Boolean, _
       ByVal getForeColorForSolidFill As Boolean _
    ) As IExcelXF
    'Usage
     
    
    Dim ctDxf As CT_Dxf
    Dim themeColors As ArrayList
    Dim indexedRgbColors() As CT_RgbColor
    Dim product As Object
    Dim isEnhancedBorder As Boolean
    Dim getForeColorForSolidFill As Boolean
    Dim value As IExcelXF
     
    value = ExcelXMLHelpers.GetExcelXFByCT_Dxf(ctDxf, themeColors, indexedRgbColors, product, isEnhancedBorder, getForeColorForSolidFill)
    public static IExcelXF GetExcelXFByCT_Dxf( 
       CT_Dxf ctDxf,
       ArrayList themeColors,
       CT_RgbColor[] indexedRgbColors,
       object product,
       bool isEnhancedBorder,
       bool getForeColorForSolidFill
    )

    Parameters

    ctDxf
    CT_Dxf
    themeColors
    theme colors get from Excel file
    indexedRgbColors
    List of RgbColors those indexed in Excel file
    product
    Indicates the current product information
    isEnhancedBorder
    Indicates if the return XF support enhanced border or not
    getForeColorForSolidFill

    Return Value

    IExcelXF
    See Also